home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / tool7v13 / sample.txt < prev    next >
Text File  |  1994-09-25  |  865b  |  23 lines

  1.  
  2.             The "Complete" Borland Turbo Pascal 6.0 Toolbox
  3.  
  4.                             The Text Editor
  5. ----------------------------------------------------------------------
  6.  
  7. The editor unit provides a versatile editor which the programmer can
  8. call from within the program.  The programmer can also control 
  9. execution while waiting for a keypress from the user.  The unit
  10. offers the following features:
  11.  
  12.  ■ Word wrapping
  13.  ■ A buffer size which can be specified by the programmer
  14.  ■ Easy initialization and freeing of buffer memory
  15.  ■ Procedures allowing easy loading and saving of buffer memory
  16.  ■ Facilitates multiple edit windows
  17.  
  18. Refer to the documentation provided for detailed explanations of each
  19. of the procedures which the programmer can call.  
  20.  
  21. Press F1 for help.  Experiment on this text using the various 
  22. keystrokes available.
  23.